home *** CD-ROM | disk | FTP | other *** search
/ Clickx 72 / Clickx 72.iso / software / printtools / rasterbator / docfiles / screen.css < prev   
Encoding:
Cascading Style Sheet File  |  2010-01-01  |  4.5 KB  |  329 lines

  1.  
  2. * {
  3.   font-family: Verdana, Arial, sans-serif;
  4. }
  5.  
  6. table, tr, td, div, img, form {
  7.   margin: 0px;
  8.   padding: 0px;
  9.   border: 0px;
  10. }
  11.  
  12. input, select, textarea {
  13.   font-size: 13px;
  14.   border: 1px solid;
  15. }
  16.  
  17. table {
  18.   border-spacing: 0px;
  19.   border-collapse: collapse;
  20. }
  21.  
  22. body {
  23.   background: #ffffff;
  24.   margin: 10px;
  25.   padding: 0px;
  26.   border: 0px;
  27. }
  28.  
  29. img {
  30.   border: 0px;
  31.   display: block;
  32. }
  33.  
  34. td {
  35.   vertical-align: top;
  36. }
  37.  
  38. h1 {
  39.   font-size: 20px;
  40.   color: #750f18;
  41.   font-family: Arial;
  42.   font-weight: bold;
  43.   margin: 0px 0px 5px 0px;
  44.   padding: 0px;
  45.   border-bottom: 1px solid #750f18;
  46.   clear: both;
  47. }
  48.  
  49. h1 * {
  50.   font-family: Arial;
  51.   font-weight: bold;
  52. }
  53.  
  54. h1 a, h2 a {
  55.   text-decoration: none;
  56.   font-weight: bold;
  57.   font-family: Arial;
  58. }
  59.  
  60. h1.onlytitle {
  61.   border:0px;
  62.   margin:0px;
  63. }
  64.  
  65. h2 {
  66.   font-size: 16px;
  67.   color: #750f18;
  68.   border-bottom: 1px solid #750f18;
  69.   font-family: Arial;
  70.   font-weight: bold;
  71.   margin: 20px 0px 10px 0px;
  72.   padding: 0px;
  73. }
  74.  
  75. h3 {
  76.   font-size: 15px;
  77.   color: #333333;
  78.   font-family: Arial;
  79.   font-weight: bold;
  80.   margin: 15px 0px 5px 0px;
  81.   padding: 0px;
  82. }
  83.  
  84. h3 * {
  85.   font-size: 15px;
  86.   font-family: Arial;
  87.   font-weight: bold;
  88. }
  89.  
  90. h5 {
  91.   font-size: 20px;
  92.   color: #ffffff;
  93.   font-family: Arial;
  94.   font-weight: bold;
  95.   margin: 25px 0px 5px 0px;
  96.   padding: 0px;
  97. }
  98.  
  99. h6 {
  100.   font-size: 10px;
  101.   color: #444444;
  102.   font-weight: normal;
  103.   margin: 0px;
  104.   padding: 0px;
  105. }
  106.  
  107. h6 a {
  108.   white-space: nowrap;
  109. }
  110.  
  111. td {
  112.   font-size: 12px;
  113.   line-height: 16px;
  114. }
  115.  
  116. p {
  117.   margin: 0px 0px 10px 0px;
  118.   padding: 0px;
  119.   font-size: 12px;
  120.   line-height: 16px;
  121. }
  122.  
  123. li {
  124.   font-size: 12px;
  125. }
  126.  
  127. ul {
  128.   margin: 10px 20px 20px 20px;
  129. }
  130.  
  131. li {
  132.   margin: 3px;
  133. }
  134.  
  135. p img {
  136.   margin: 4px;
  137.   display: inline;
  138. }
  139.  
  140. a {
  141.   color: #750f18;
  142. }
  143.  
  144. a:hover {
  145.   color: #A83C46;
  146. }
  147.  
  148. hr {
  149.   background-color: #888888;
  150.   color: #888888;
  151.   height: 1px;
  152.   border: 0px;
  153.   margin: 20px 60px;
  154. }
  155.  
  156. address {
  157.   font-style: normal;
  158.   font-size: 13px;
  159. }
  160.  
  161. #header {
  162.   font-size: 13px;
  163.   padding: 22px 0px 4px 53px;
  164.   border-bottom: 1px solid #750f18;
  165.   background: #ffffff url(/pics/arjenet.png) top right no-repeat;
  166. }
  167.  
  168. #header a {
  169.   color: #666666;
  170.   text-decoration: none;
  171.   border-bottom: 4px solid #ffffff;
  172. }
  173.  
  174. #header a:hover {
  175.   color: #750f18;
  176.   border-bottom: 4px solid #750f18;
  177. }
  178.  
  179. #scaffold {
  180.   width:100%;
  181. }
  182.  
  183. #content {
  184.   background: #ffffff;
  185.   border: 1px solid #750f18;
  186.   padding: 10px 10px 20px 10px;
  187.   min-height: 400px;
  188. }
  189.  
  190. .clearer {
  191.   clear: both;
  192. }
  193.  
  194. #cloudleft {
  195.   width:43px;
  196. }
  197.  
  198. #cloud {
  199.   background: #666666 url(/pics/topbg.jpg) top right repeat-x;
  200. }
  201.  
  202. #cloudcenter {
  203.   background: #666666 url(/pics/centerbg.jpg) repeat-x 0px 31px;
  204. }
  205.  
  206. #links {
  207.   margin: 220px 0px 0px 0px;
  208. }
  209.  
  210. #links td {
  211.   padding: 20px 20px 20px 30px;
  212. }
  213.  
  214. #links a {
  215.   color: #e6dec7;
  216.   font-size: 13px;
  217.   text-decoration: none;
  218.   display: block;
  219.   line-height: 13px;
  220.   margin: 0px 0px 5px 0px;
  221. }
  222.  
  223. #links a:hover {
  224.   color: #ffffff;
  225.   text-decoration: underline;
  226. }
  227.  
  228. #cloudright {
  229.   width: 378px;
  230.   background: #666666 url(/pics/right.jpg) no-repeat;
  231. }
  232.  
  233. #searchtext {
  234.   background: #ffffff;
  235.   border: 1px solid #000000;
  236.   width: 100px;
  237.   font-size: 11px;
  238. }
  239.  
  240. #dosearch {
  241.   border: 1px solid #444444;
  242.   font-size: 11px;
  243.   font-weight: bold;
  244.   color: #750f18;
  245.   background: #ffffff;
  246.   width: 40px;
  247. }
  248.  
  249. #dosearch:hover {
  250.   color: #ffffff;
  251.   background: #750f18;
  252. }
  253.  
  254. #notice {
  255.   font-size: 10px;
  256.   color: #bbbbbb;
  257.   padding: 5px 5px 5px 15px;
  258. }
  259.  
  260. #notice span {
  261.   white-space: nowrap;
  262. }
  263.  
  264. #notice a {
  265.   color: #e6dec7;
  266.   line-height: 13px;
  267.   margin: 0px 0px 5px 0px;
  268. }
  269.  
  270. #notice a:hover {
  271.   color: #ffffff;
  272. }
  273.  
  274. .commentform {
  275.   margin: 0px 20px 0px 20px;
  276.   font-size: 13px;
  277. }
  278.  
  279. .commentform div label {
  280.   font-size: 13px;
  281.   width: 100px;
  282.   float: left;
  283. }
  284.  
  285. .commentform input {
  286.   border: 1px solid #444444;
  287.   font-size: 13px;
  288.   margin: 2px;
  289.   background: #f8f8f8;
  290. }
  291.  
  292. .commentform textarea {
  293.   border: 1px solid #444444;
  294.   font-size: 13px;
  295.   width: 100%;
  296.   height: 100px;
  297.   background: #f8f8f8;
  298. }
  299.  
  300. .commentform p input {
  301.   background: transparent;
  302.   border: 0px;
  303. }
  304.  
  305. .error {
  306.   font-size: 14px;
  307.   color: #ffffff;;
  308.   background: #666666;
  309.   font-weight: bold;
  310.   padding: 5px 10px;
  311.   margin: 10px 0px;
  312. }
  313.  
  314. .comments {
  315.   margin: 5px 20px 20px 20px;
  316. }
  317.  
  318. #submitcomment, #remember {
  319.   margin: 0px 0px 0px 100px;
  320. }
  321.  
  322. .data td {
  323.   padding: 2px 10px 2px 0px;
  324. }
  325.  
  326. .data .toprow td {
  327.   border-bottom: 1px solid #444444;
  328. }
  329.